type go/types.constDecl

5 uses

	go/types (current package)
		decl.go#L349: 	constDecl  struct {
		decl.go#L362: func (d constDecl) node() ast.Node  { return d.spec }
		decl.go#L397: 					f(constDecl{spec: s, iota: iota, typ: last.Type, init: last.Values, inherited: inherited})
		decl.go#L817: 		case constDecl:
		resolver.go#L338: 			case constDecl: